* s~\t+$~~
[lhc/web/wiklou.git] / languages / LanguageEo.php
index d390240..4a6a873 100644 (file)
@@ -925,7 +925,7 @@ class LanguageEo extends LanguageUtf8 {
        function formatMonth( $month, $format ) {
                return $this->getMonthAbbreviation( $month );
        }
-       
+
        function formatDay( $day, $format ) {
                return parent::formatDay( $day, $format ) . '.';
        }